Click or drag to resize

RepeatTime Constructor (TimeSpan, TimeSpan)

Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RepeatTime(
	TimeSpan repeatInterval,
	TimeSpan duration
)

Parameters

repeatInterval
Type: SystemTimeSpan
duration
Type: SystemTimeSpan
See Also